Job Radar. Live notifications. AI processed.
freelancer.com 2026-04-27 🟠
🔹 Automated Daily MCA Company Data Scraper
👤 Client: 🇮🇳 Gurgaon, India Member since 2019-02-21
💰 Price: $134 Average bid
🚩 Problem: Daily extraction of newly incorporated company data from mca.gov.in into a structured Excel format.
📦 Existing: Not specified
Specifications:
[Target] Extract and structure daily incorporation data from the MCA portal.
[Method] Use Python with BeautifulSoup or Selenium for web scraping, ensuring robust handling of dynamic content.
[UI/UX] Not applicable as this is a backend task. Focus on efficient data extraction and file generation.
[Stack] Python (with BeautifulSoup/Selenium), XlsxWriter for Excel file creation, Flask for serving the file via URL.
[Security] Ensure secure handling of any credentials or API keys if required, with clear documentation.
[Format] Output as a clean XLSX file with columns in the exact order: company name, registered address, mobile number, email ID, date of incorporation, director’s name, and company registration number.
Workflow:
1. Schedule a Python script to run daily at midnight using cron or similar scheduler.
2. The script navigates to mca.gov.in, locates the latest incorporation feed, parses required fields, and writes them to an XLSX file.
3. The script uploads the generated XLSX file to a specified URL and returns a direct download link.